Skip to main content

Amazon Web Services

Type

library

Description

This library wraps the amazon web services S3 API.

Children Properties

Command

NameSummarySyntax
AWSS3PutObjectUpload an objectAWSS3PutObject <pBucket>,<pObject>,<pPayload>,<pFile>,<pCustomHeaders>,<pCallback>
AWSS3GetObjectGet an objectAWSS3GetObject <pBucket>,<pObject>,<pParameters>,<pFile>,<pCallback>
AWSS3DeleteBucketDelete a bucket.AWSS3DeleteBucket <pBucket>,<pCallback>
AWSS3PutBucketCreate a bucket.AWSS3PutBucket <pBucket>,<pCustomHeaders>,<pCallback>
AWSS3DeleteObjectDelete an objectAWSS3DeleteObject <pBucket>,<pObject>,<pCallback>
AWSS3GetBucketGet a bucket description.AWSS3GetBucket <pBucket>,<pParameters>,<pCallback>
AWSSetCredentialsSet the credentials and AWS region to use with the libraryAWSSetCredentials <pAccessID>,<pSecret>,<pRegion>,<pEndpoint>
AWSS3GetServiceGet the S3 service description.AWSS3GetService <pCallback>

Function

NameSummarySyntax
AWSS3GetPresignedURLGet a pre-signed url that is valid for a perod of timeAWSS3GetPresignedURL(<pBucket>,<pObject>,<pExpires>)